From: Roland McGrath Date: Thu, 8 Apr 1993 21:47:39 +0000 (+0000) Subject: (generate-file-autoloads): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96566 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=da8826b49878eeb6ec1561be8b7600adcecbd110;p=emacs.git (generate-file-autoloads): Doc fix. --- diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 2b02f1f1e41..d863435de38 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -98,7 +98,7 @@ the section of autoloads for a file.") (defun generate-file-autoloads (file) "Insert at point a loaddefs autoload section for FILE. autoloads are generated for defuns and defmacros in FILE -marked by `generate-autoload-regexp' (which see). +marked by `generate-autoload-cookie' (which see). If FILE is being visited in a buffer, the contents of the buffer are used." (interactive "fGenerate autoloads for file: ")